projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08dcf82
)
(paragraph-separate): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Feb 1999 11:52:52 +0000
(11:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Feb 1999 11:52:52 +0000
(11:52 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 4132cb131c52936ded2ba7736a1daa3f3a1cbb6d..4f373763bc7dfb59223182eda490558e35ea4aa6 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-119,7
+119,7
@@
hard newline are considered to match."
(defcustom paragraph-separate "[ \t\f]*$"
"*Regexp for beginning of a line that separates paragraphs.
-If you change this, you may have to change
paragraph-start
also.
+If you change this, you may have to change
`paragraph-start'
also.
This is matched against the text at the left margin, which is not necessarily
the beginning of the line, so it should not use \"^\" as an anchor. This